home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Hardcore Visual Basic 5.0 (2nd Edition)
/
Hardcore Visual Basic 5.0 - Second Edition (1997)(Microsoft Press).iso
/
Code
/
MAKETRES.BAT
< prev
next >
Wrap
DOS Batch File
|
1997-06-14
|
267b
|
10 lines
@echo off
Rem Make US
rc /v /d US /r /fo tresus.res tres.rc
Rem Make Swinish
rc /v /d SW /r /fo tressw.res tres.rc
If "%1"=="" Goto Done
Rem Make version specific if country (US or SW) given on command line
If exist tres%1.res Copy tres%1.res tres.res
:Done